home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Devices / Qwertytunes / BigEasyGrafish.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  1.0 KB  |  47 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        BigEasyGrafish.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Written by:    xxx put writers here xxx
  7.  
  8.     Copyright:    © 1991 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>     1/20/92    dvb        Add more routines.
  13.  
  14. */
  15.  
  16. /* file: BigEasyGrafish.h
  17.  *
  18.  * Started 25 August 1989, more or less.
  19.  *
  20.  * Headers for BigEasyGrafish.c
  21.  *
  22.  */
  23.  
  24. #ifndef BigEasyGrafish
  25.     extern char dGrayPat[];
  26.     extern char dBlackPat[];
  27. #endif
  28.  
  29. void RGBFore(unsigned short,unsigned short,unsigned short);
  30. void RGBBack(unsigned short,unsigned short,unsigned short);
  31. void GoBlack(void);
  32. void GoGray(void);
  33. void GoWhite(void);
  34. void GoBW(void);
  35.  
  36. void RGBOp(unsigned short,unsigned short,unsigned short);
  37. void RGBHilite(unsigned short,unsigned short,unsigned short);
  38. void PmHilite(short);
  39. void RampColorTable(CTabHandle,short start,short length,unsigned short r1,unsigned short g1,unsigned short b1,
  40.         unsigned short r2,unsigned short g2,unsigned short b2);
  41.  
  42. void FrameRectOutside(Rect *r);
  43. void DrawIcl8Resource(short id,Rect *r);
  44.  
  45. Boolean EasyHasColor(void);
  46.  
  47.